QuickOPC User's Guide and Reference
Attribute Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComplexEventProcessing Namespace > UADataChangeNotificationPayload<TValue> Class : Attribute Property
A string specifying the OPC-UA node, its attribute and index range list.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property Attribute As String
'Usage
 
Dim instance As UADataChangeNotificationPayload(Of TValue)
Dim value As String
 
instance.Attribute = value
 
value = instance.Attribute
[NotNull()]
public string Attribute {get; set;}
[NotNull()]
public:
property String^ Attribute {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also